/* Add here all your CSS customizations */
.car_bg{ background:url(/img/projects/car/imgbg.jpg);border-top-left-radius:5px;border-top-right-radius:5px;}
.icon-box.icon-box-style-5 .icon-box-icon, .icon-box.icon-box-style-8 .icon-box-icon{width:80px; height:80px;}
.icon-box.icon-box-style-5 .icon-box-icon, .icon-box.icon-box-style-8:hover .icon-box-icon{border:1px solid #0088cc}

.price_picture{ padding:15px; padding-top:30px; background:url(/img/project.jpg) bottom;border-radius:5px; position: relative;text-align: center;}
.price_picture img{ width:90%; margin:0 auto;}
.price_picture price{display:block; height:38px; font-size:26px;color: #fff;padding: 10px 0;text-align:center; color:#f00}
.price_picture p{ width:100%; text-align:center; font-size:14px;color:#666;}
.price_picture h3{ width:100%; text-align:center;font-size:14px;color:#666;}




@media (min-width: 1199px) {
    html [dir="rtl"] .home-concept-construction {
        background: none;
    }

    .home-concept-construction {
        background: transparent url(../../img/home/home-concept-small.png) no-repeat center 63%;
    }
}

@media (min-width: 1199px) {
	html[dir="rtl"] .home-concept-construction {
		background: none;
	}

	.home-concept-construction {
		background: transparent url(../../img/home/home-concept-small.png) no-repeat center 63%;
	}
}
.diamonds {
	font-size: 0;
	margin: 40px auto 85px;
	position: relative;
	text-align: center;
	padding: 50px 0 0 57px;
}
.diamonds span{ position:absolute;  left:0;z-index:9; text-align:center; display:block;width:100%;color:#000 }
.diamonds span.top{ top:4%!important}
.diamonds span.bottom{ bottom:2%!important}

.diamonds > li {
    display: inline-block;
    font-size: 18px;
    margin-right: 135px;position:relative;
}
.diamonds .diamond {
	background: #f7f7f7;
	display: block;
	height: 255px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 255px;
	overflow: hidden;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.diamonds .diamond:after {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transform: scale(0);
					transform: scale(0);
	z-index: 100;
}
.diamonds .diamond:hover:after {
	opacity: 0.3;
	-webkit-transform: scale(1);
					transform: scale(1);
}
.diamonds .diamond:hover .content:after {
	opacity: 0.8;
	-webkit-transform: scale(1);
					transform: scale(1);
}
.diamonds .content {
	display: table-cell;
	height: 255px;
	padding: 0 10px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	text-align: center;
	vertical-align: middle;
	width: 255px;
	position: relative;
}
.diamonds .content:after {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	content: "\e091";
	font-family: "simple-line-icons";
	font-size: 28px;
	left: 27%;
	margin: -6px -12px;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transform: scale(2);
					transform: scale(2);
}
.diamonds .content img {
	max-width: 375px;
	margin-left: -50%;
}
.diamonds .diamond-sm .content:after {
	left: 24%;
	top: 48%;
}

@media (min-width: 1199px) {
	.diamonds > li:nth-child(3) {
		margin-right: 0;
	}
	.diamonds > li:nth-child(4) {
		right: 132px;
		top: 9px;
		position: absolute;
	}
	.diamonds > li:nth-child(5) {
		margin-left: 527px;
		margin-top: -70px;
	}
	.diamonds > li:nth-child(6) {
		position: absolute;
		margin: -6px 0 0 -27px;
		right: -32px;
	}
	.diamonds > li:nth-child(7) {
		position: absolute;
		margin: 97px 0 0 -133px;
		right: 73px;
	}
	.diamonds .diamond-sm {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content img {
		max-width: 195px;
	}

	.row-diamonds-description {
		margin-top: -150px;
	}
}
@media (max-width: 1198px) {
	.diamonds {
		text-align: center;
		width: 748px;
		margin: 0 auto;
		padding: 75px 0 75px 75px;
	}
	.diamonds::after {
		clear: both;
		content: "";
		display: block;
	}
	.diamonds > li {
		margin: 0;
		position: static;
		float: left;
	}
	.diamonds > li:nth-child(2n+2) {
		margin-bottom: -50px;
		margin-left: 55px;
		margin-top: 200px;
	}
	.diamonds > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 748px) {
	.diamonds {
		margin: 0 auto;
		padding: 25px 0 0 0;
		text-align: center;
		width: 445px;
	}
	.diamonds > li {
		float: none !important;
		clear: both !important;
		margin: 45px 0 115px 95px !important;
		display: block;
	}
}
@media (max-width: 575px) {
	.diamonds-wrapper {
		min-height: 2650px;
	}
	.diamonds-wrapper .diamonds {
		margin: 0 auto;
		padding: 25px 0 0;
		text-align: center;
		width: 445px;
		position: absolute;
		left: 50%;
		margin-left: -222px;
	}
	.diamonds-wrapper .diamonds > li {
		text-align: center;
	}
}


.testimonial.testimonial-style-33 .testimonial-arrow{ left:3%!important}
.testimonial.testimonial-style-33 .testimonial-author-image img{ margin:30px 0;}
.testimonial.testimonial-style-33 .testimonial-author-image{ float:left;}
.testimonial.testimonial-style-33 .testimonial-author.mt-2 { float: left; margin:40px 0 0 10px!important;}

.owl-carousel.nav-style-001 .owl-dots{ bottom:60px; right:0; position:absolute;}

html .owl-carousel.nav-style-001 .owl-dots .owl-dot.active span { background:#fff!important;}
html .owl-carousel.nav-style-001 .owl-dots .owl-dot span { background:none!important;border:2px solid #fff; width:14px; height:14px;}